Sven Neumann [Thu, 19 Feb 2009 22:31:04 +0000 (22:31 +0000)]
looks like being called with negative width and height should be
2009-02-19 Sven Neumann <sven@gimp.org>
* gdk/directfb/gdkwindow-directfb.c
(gdk_directfb_window_move_resize): looks like being called with
negative width and height should be interpreted as a move. Fixes
scrolling and makes popups work to some extent.
(_gdk_directfb_move_resize_child): formatting.
svn path=/trunk/; revision=22384
Sven Neumann [Thu, 19 Feb 2009 21:39:43 +0000 (21:39 +0000)]
move the call to _gdk_windowing_window_init() up a little. Fixes a crash
2009-02-19 Sven Neumann <sven@gimp.org>
* gdk/directfb/gdkdisplay-directfb.c (gdk_display_open): move
the
call to _gdk_windowing_window_init() up a little. Fixes a crash
when running on pseudo-color visuals. Thanks to Masse Nicolas
for
pointing this out.
svn path=/trunk/; revision=22382
Sven Neumann [Thu, 19 Feb 2009 21:30:49 +0000 (21:30 +0000)]
initialize private->impl. Thanks to Masse Nicolas for pointing this out.
2009-02-19 Sven Neumann <sven@gimp.org>
* gdk/directfb/gdkwindow-directfb.c
(gdk_window_foreign_new_for_display, gdk_directfb_window_new):
initialize private->impl. Thanks to Masse Nicolas for pointing
this out.
svn path=/trunk/; revision=22380
Daniel Nylander [Thu, 19 Feb 2009 19:36:32 +0000 (19:36 +0000)]
sv.po: Updated Swedish translation
svn path=/trunk/; revision=22379
Matthias Clasen [Thu, 19 Feb 2009 19:13:10 +0000 (19:13 +0000)]
Be more robust against X breakage
svn path=/trunk/; revision=22378
Michael Natterer [Thu, 19 Feb 2009 15:15:49 +0000 (15:15 +0000)]
sort functions so their order is more "standard", some cosmetic cleanup
2009-02-19 Michael Natterer <mitch@imendio.com>
* gtk/gtkmountoperation.c: sort functions so their order is more
"standard", some cosmetic cleanup (not changing any code).
svn path=/trunk/; revision=22377
Michael Natterer [Thu, 19 Feb 2009 15:12:35 +0000 (15:12 +0000)]
add some orientation flipping code to the "flipping" test.
2009-02-19 Michael Natterer <mitch@imendio.com>
* tests/testgtk.c: add some orientation flipping code to the
"flipping" test.
svn path=/trunk/; revision=22376
Michael Natterer [Thu, 19 Feb 2009 15:10:34 +0000 (15:10 +0000)]
make the orientation flipping much simpler by using the GtkOrientable
2009-02-19 Michael Natterer <mitch@imendio.com>
* gtk/gtkscalebutton.c: make the orientation flipping much simpler
by using the GtkOrientable features of the involved widgets:
(gtk_scale_button_init): create the frame, box and scale here,
they never need to be recreated because they implement GtkOrientable.
(gtk_scale_button_constructor): remove their construction here.
(gtk_scale_button_set_orientation): don't destroy and re-create
anything. Instead, simply set the orientation of the above created
widgets and fiddle a bit with the "plus" and "minus" buttons'
packing and the scale's "inverted" state.
Remove separate internal GtkScaleButtonHScale and
GtkScaleButtonVScale subclasses and simply have a
GtkScaleButtonScale directly inherited from GtkScale.
svn path=/trunk/; revision=22375
Takeshi AIHANA [Thu, 19 Feb 2009 13:16:18 +0000 (13:16 +0000)]
Updated Japanese translation.
2009-02-19 Takeshi AIHANA <takeshi.aihana@gmail.com>
* ja.po: Updated Japanese translation.
svn path=/trunk/; revision=22374
Raivis Dejus [Thu, 19 Feb 2009 07:34:33 +0000 (07:34 +0000)]
Updated Latvian translation
2009-02-19 Raivis Dejus <orvils@gmail.com>
* lv.po: Updated Latvian translation
svn path=/trunk/; revision=22373
Alexander Shopov [Thu, 19 Feb 2009 04:57:55 +0000 (04:57 +0000)]
Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
2009-02-19 Alexander Shopov <ash@contact.bg>
* bg.po: Updated Bulgarian translation by
Alexander Shopov <ash@contact.bg>
svn path=/trunk/; revision=22372
Theppitak Karoonboonyanan [Thu, 19 Feb 2009 02:05:07 +0000 (02:05 +0000)]
Revert the unapproved patch for bug 457086.
2009-02-19 Theppitak Karoonboonyanan <thep@linux.thai.net>
* modules/input/gtkimcontextthai.c (is_context_lost_key): Revert the
unapproved patch for bug 457086.
svn path=/trunk/; revision=22371
Matthias Clasen [Wed, 18 Feb 2009 23:12:26 +0000 (23:12 +0000)]
some xrandr fixes
svn path=/trunk/; revision=22370
Sven Neumann [Wed, 18 Feb 2009 20:44:43 +0000 (20:44 +0000)]
improved last ChangeLog entry
svn path=/trunk/; revision=22368
Sven Neumann [Wed, 18 Feb 2009 20:43:31 +0000 (20:43 +0000)]
Bug 533456 – Memory leak when window is destroyed
2009-02-18 Sven Neumann <sven@gimp.org>
Bug 533456 – Memory leak when window is destroyed
* gdk/directfb/gdkdirectfb.h
* gdk/directfb/gdkprivate-directfb.h
* gdk/directfb/gdkcursor-directfb.c
* gdk/directfb/gdkevents-directfb.c
* gdk/directfb/gdkwindow-directfb.c: removed all #ifdef checks
for
DIRECTFB_MAJOR_VERSION >= 1. We depend on DirectFB >= 1.0.0 now.
Fixes a potential build issue that would lead to a memory leak
as
described in bug #533456.
svn path=/trunk/; revision=22367
Sven Neumann [Wed, 18 Feb 2009 18:14:17 +0000 (18:14 +0000)]
Bug 513422 – Unknown meaning of translatable messages
2009-02-18 Sven Neumann <sven@gimp.org>
Bug 513422 – Unknown meaning of translatable messages
* gdk/directfb/gdkdisplay-directfb.c: removed broken and
commented
code and the translatable messages that belonged to it.
svn path=/trunk/; revision=22365
Sven Neumann [Wed, 18 Feb 2009 18:03:51 +0000 (18:03 +0000)]
Bug 560671 – the client_message API doesn't work in DirectFB
2009-02-18 Sven Neumann <sven@gimp.org>
Bug 560671 – the client_message API doesn't work in DirectFB
* gdk/directfb/gdkevents-directfb.c: applied a slightly cleaned
up
patch from Steve Lhomme that adds this functionality using
DirectFB's DFBUserEvent.
svn path=/trunk/; revision=22363
Sven Neumann [Wed, 18 Feb 2009 17:43:13 +0000 (17:43 +0000)]
Bug 543710 – Dead keys do not work anymore with DirectFB
2009-02-18 Sven Neumann <sven@gimp.org>
Bug 543710 – Dead keys do not work anymore with DirectFB
* gdk/directfb/gdkkeys-directfb.c (gdk_directfb_translate_key):
applied patch from Josselin Mouette that removes special
handling
of dead keys as that is done by DirectFB for a long time
already.
svn path=/trunk/; revision=22361
Sven Neumann [Wed, 18 Feb 2009 17:38:19 +0000 (17:38 +0000)]
depend on DirectFB >= 1.0.0. There's no point in using an earlier
2009-02-18 Sven Neumann <sven@gimp.org>
* configure.in: depend on DirectFB >= 1.0.0. There's no point in
using an earlier development version.
svn path=/trunk/; revision=22359
Sven Neumann [Wed, 18 Feb 2009 17:17:33 +0000 (17:17 +0000)]
Bug 554407 – directfb backend does not implement GdkWindowImpl
2009-02-18 Sven Neumann <sven@gimp.org>
Bug 554407 – directfb backend does not implement GdkWindowImpl
* gdk/directfb/gdkgeometry-directfb.c
* gdk/directfb/gdkprivate-directfb.h
* gdk/directfb/gdkwindow-directfb.c: fix the build of the
DirectFB
backend and resurrect basic functionality. Based on a patch from
the Ubuntu bug-tracker and work by Masse Nicolas.
svn path=/trunk/; revision=22357
Priit Laes [Wed, 18 Feb 2009 15:41:08 +0000 (15:41 +0000)]
Translation updated by Mattias Põldaru
2009-02-18 Priit Laes <plaes at svn dot gnome dot org>
* et.po: Translation updated by Mattias Põldaru
svn path=/trunk/; revision=22355
Theppitak Karoonboonyanan [Wed, 18 Feb 2009 15:19:30 +0000 (15:19 +0000)]
Bug 457086 - numpad does not work when the Thai-Lao input method is used
2009-02-18 Theppitak Karoonboonyanan <thep@linux.thai.net>
Bug 457086 - numpad does not work when the Thai-Lao input method is
used
* modules/input/gtkimcontextthai.c (is_context_lost_key): Do not count
character-generating keypads as context-lost keys.
svn path=/trunk/; revision=22354
Changwoo Ryu [Tue, 17 Feb 2009 23:22:57 +0000 (23:22 +0000)]
Updated Korean translation
svn path=/trunk/; revision=22353
Matthias Clasen [Tue, 17 Feb 2009 22:28:29 +0000 (22:28 +0000)]
Bump version
svn path=/trunk/; revision=22352
Matthias Clasen [Tue, 17 Feb 2009 22:25:41 +0000 (22:25 +0000)]
2.15.4
svn path=/trunk/; revision=22350
Andre Klapper [Tue, 17 Feb 2009 18:57:05 +0000 (18:57 +0000)]
Fix deprecated glib call.
2009-02-17 Andre Klapper <
a9016009@gmx.de>
* demos/gtk-demo/main.c:
Fix deprecated glib call.
svn path=/trunk/; revision=22349
Li Yuan [Tue, 17 Feb 2009 07:04:07 +0000 (07:04 +0000)]
Bug #561631. Use g_queue_get_length to determine if a queue is empty.
2009-02-17 Li Yuan <li.yuan@sun.com>
* gailbutton.c: (idle_do_action):
Bug #561631. Use g_queue_get_length to determine if a queue is empty.
svn path=/trunk/; revision=22348
Matthias Clasen [Tue, 17 Feb 2009 06:29:21 +0000 (06:29 +0000)]
Require GLib 2.19.7 for GMountOperation::aborted.
* configure.in: Require GLib 2.19.7 for GMountOperation::aborted.
* gtk/gtkmountoperation.c: Implement GMountOperation::aborted.
svn path=/trunk/; revision=22347
Matthias Clasen [Tue, 17 Feb 2009 06:13:21 +0000 (06:13 +0000)]
Updates
svn path=/trunk/; revision=22346
Matthias Clasen [Tue, 17 Feb 2009 05:49:17 +0000 (05:49 +0000)]
Set the object name to the page title. Proposed by Eitan Isaacson
* gtk/gtkassistant.c (gtk_assistant_accessible_ref_child): Set
the object name to the page title. Proposed by Eitan Isaacson
svn path=/trunk/; revision=22345
Matthias Clasen [Tue, 17 Feb 2009 05:36:12 +0000 (05:36 +0000)]
Set focus when the current page changes. Pointed out by Eitan Isaacson
* gtk/gtkassistant.c (set_current_page): Set focus when the current
page changes. Pointed out by Eitan Isaacson
svn path=/trunk/; revision=22344
Changwoo Ryu [Tue, 17 Feb 2009 03:58:17 +0000 (03:58 +0000)]
Updated Korean translation
svn path=/trunk/; revision=22343
Tomasz Dominikowski [Mon, 16 Feb 2009 23:30:23 +0000 (23:30 +0000)]
Updated Polish translation
2009-02-17 Tomasz Dominikowski <tdominikowski@aviary.pl>
* pl.po: Updated Polish translation
svn path=/trunk/; revision=22342
Sven Neumann [Mon, 16 Feb 2009 20:58:16 +0000 (20:58 +0000)]
gdk/gdk.symbols implement gdk_keymap_get_caps_lock_state(). No
2009-02-16 Sven Neumann <sven@gimp.org>
* gdk/gdk.symbols
* gdk/directfb/gdkkeys-directfb.c: implement
gdk_keymap_get_caps_lock_state(). No "state-changed" signal yet.
svn path=/trunk/; revision=22341
Ilkka Tuohela [Mon, 16 Feb 2009 18:05:03 +0000 (18:05 +0000)]
Updated Finnish translation
svn path=/trunk/; revision=22340
Ilkka Tuohela [Mon, 16 Feb 2009 17:59:18 +0000 (17:59 +0000)]
Updated Finnish translation
svn path=/trunk/; revision=22339
Marcel Telka [Mon, 16 Feb 2009 06:20:40 +0000 (06:20 +0000)]
Updated Slovak translation by Pavol Šimo.
2009-02-16 Marcel Telka <marcel@telka.sk>
* sk.po: Updated Slovak translation by Pavol Šimo.
svn path=/trunk/; revision=22338
Tor Lillqvist [Sun, 15 Feb 2009 22:51:56 +0000 (22:51 +0000)]
Bug 571873 - Compile error with gdk/win32/gdkselection-win32.c
2009-02-16 Tor Lillqvist <tml@novell.com>
Bug 571873 - Compile error with gdk/win32/gdkselection-win32.c
* gdk/win32/gdkselection-win32.c (gdk_selection_convert): Cast
gpointer to char * before pointer arithmetic to avoid compilation
error with MSVC.
(_gdk_selection_property_delete): Remove unused variable.
svn path=/trunk/; revision=22337
Duarte Loreto [Sat, 14 Feb 2009 22:45:30 +0000 (22:45 +0000)]
Updated Portuguese translation.
2009-02-14 Duarte Loreto <happyguy_pt@hotmail.com>
* pt.po: Updated Portuguese translation.
svn path=/trunk/; revision=22335
Duarte Loreto [Sat, 14 Feb 2009 22:27:57 +0000 (22:27 +0000)]
Updated Portuguese translation.
2009-02-14 Duarte Loreto <happyguy_pt@hotmail.com>
* pt.po: Updated Portuguese translation.
svn path=/trunk/; revision=22334
Claude Paroz [Sat, 14 Feb 2009 14:24:49 +0000 (14:24 +0000)]
Updated French translation by Laurent Coudeur and Claude Paroz.
2009-02-14 Claude Paroz <claude@2xlibre.net>
* fr.po: Updated French translation by Laurent Coudeur and Claude Paroz.
svn path=/trunk/; revision=22333
Tomasz Dominikowski [Sat, 14 Feb 2009 14:23:13 +0000 (14:23 +0000)]
Updated Polish translation
2009-02-14 Tomasz Dominikowski <tdominikowski@aviary.pl>
* pl.po: Updated Polish translation
svn path=/trunk/; revision=22332
Kenneth Nielsen [Sat, 14 Feb 2009 03:12:19 +0000 (03:12 +0000)]
Updated Danish translation
svn path=/trunk/; revision=22331
Ihar Hrachyshka [Sat, 14 Feb 2009 01:17:58 +0000 (01:17 +0000)]
Updated be@latin.po
svn path=/trunk/; revision=22330
Matthias Clasen [Fri, 13 Feb 2009 22:15:23 +0000 (22:15 +0000)]
Register randr events
svn path=/trunk/; revision=22328
Matthias Clasen [Fri, 13 Feb 2009 18:12:57 +0000 (18:12 +0000)]
Check for Xrandr 1.3
* configure.in: Check for Xrandr 1.3
* gdk/x11/gdkdisplay-x11.[ch]: Rename have_randr12 to have_randr13
and set if if we have randr 1.3
* gdk/x11/gdkscreen-x11.c: Go back to using randr for monitor
information, if we have XRRGetScreenResourcesCurrent.
svn path=/trunk/; revision=22327
Gil Forcada Codinachs [Fri, 13 Feb 2009 13:57:19 +0000 (13:57 +0000)]
Updated Catalan translation by David Planella
svn path=/trunk/; revision=22326
Laurent Dhima [Fri, 13 Feb 2009 12:02:24 +0000 (12:02 +0000)]
Updated Albanian translation.
svn path=/trunk/; revision=22325
Raivis Dejus [Fri, 13 Feb 2009 08:15:43 +0000 (08:15 +0000)]
Translation updated.
2009-02-13 Raivis Dejus <orvils@gmail.com>
* lv.po: Translation updated.
svn path=/trunk/; revision=22324
Cody Russell [Fri, 13 Feb 2009 01:25:36 +0000 (01:25 +0000)]
Bug 571576 – gdk_pixbuf_save_to_stream() broken
2009-02-12 Cody Russell <bratsche@gnome.org>
Bug 571576 – gdk_pixbuf_save_to_stream() broken
* gdk-pixbuf/gdk-pixbuf-io.c: Fix gdk_pixbuf_save_to_stream() so that
it does not always return FALSE (even when it succeeds), and also so
that it does not set error to NULL when something goes wrong.
svn path=/trunk/; revision=22322
Gabor Keleman [Fri, 13 Feb 2009 00:32:36 +0000 (00:32 +0000)]
Small update
svn path=/trunk/; revision=22321
Gabor Kelemen [Thu, 12 Feb 2009 22:08:33 +0000 (22:08 +0000)]
Translation updated.
2009-02-12 Gabor Kelemen <kelemeng@gnome.hu>
* hu.po: Translation updated.
svn path=/trunk/; revision=22320
Marek Kasik [Thu, 12 Feb 2009 12:12:30 +0000 (12:12 +0000)]
Bug 568571 – Asian am/pm format on cups print backend's time parsing
2009-02-12 Marek Kasik <mkasik@redhat.com>
Bug 568571 – Asian am/pm format on cups print backend's time parsing
* modules/printbackends/cups/gtkprintbackendcups.c: Add Asian am/pm
format into formats recognized by CUPS backend
svn path=/trunk/; revision=22319
Theppitak Karoonboonyanan [Thu, 12 Feb 2009 07:44:50 +0000 (07:44 +0000)]
Updated Thai translation.
2009-02-12 Theppitak Karoonboonyanan <thep@linux.thai.net>
* th.po: Updated Thai translation.
svn path=/trunk/; revision=22318
Jonh Wendell [Wed, 11 Feb 2009 20:10:39 +0000 (20:10 +0000)]
Updated Brazilian Portuguese translation.
2009-02-11 Jonh Wendell <jwendell@gnome.org>
* pt_BR.po: Updated Brazilian Portuguese translation.
svn path=/trunk/; revision=22317
Matthias Clasen [Wed, 11 Feb 2009 18:53:24 +0000 (18:53 +0000)]
Bug 570824 – [a11y] TreeView is not keyboard (re)focusable after
selecting a cell in a non-sortable column
* gtk/gtktreeview.c (gtk_tree_view_header_focus): Don't grab
focus to a header button if it is not focusable. Problem reported
by Joanmarie Diggs
svn path=/trunk/; revision=22316
Matthias Clasen [Wed, 11 Feb 2009 16:31:47 +0000 (16:31 +0000)]
Move the _GtkVolumeButton definition into the header to make it possible
* gtk/gtkvolumebutton.[hc]: Move the _GtkVolumeButton definition
into the header to make it possible to derive from GtkVoumeButton.
Reported by Chris Lord.
svn path=/trunk/; revision=22315
Matthias Clasen [Wed, 11 Feb 2009 15:52:37 +0000 (15:52 +0000)]
Undeprecate gtk_binding_entry_add_signall
svn path=/trunk/; revision=22314
Jonh Wendell [Wed, 11 Feb 2009 15:20:08 +0000 (15:20 +0000)]
Updated Brazilian Portuguese translation.
2009-02-11 Jonh Wendell <jwendell@gnome.org>
* pt_BR.po: Updated Brazilian Portuguese translation.
svn path=/trunk/; revision=22313
Daniel Nylander [Wed, 11 Feb 2009 14:18:46 +0000 (14:18 +0000)]
sv.po: Updated Swedish translation
svn path=/trunk/; revision=22312
Goran Rakic [Wed, 11 Feb 2009 13:08:03 +0000 (13:08 +0000)]
Updated Serbian translation wrt bug #423295
svn path=/trunk/; revision=22311
Inaki Larranaga Murgoitio [Wed, 11 Feb 2009 11:02:53 +0000 (11:02 +0000)]
Updated Basque translation.
2009-02-11 Inaki Larranaga Murgoitio <dooteo@euskalgnu.org>
* eu.po: Updated Basque translation.
svn path=/trunk/; revision=22310
Inaki Larranaga Murgoitio [Wed, 11 Feb 2009 10:10:08 +0000 (10:10 +0000)]
Updated Basque translation.
2009-02-11 Inaki Larranaga Murgoitio <dooteo@euskalgnu.org>
* eu.po: Updated Basque translation.
svn path=/trunk/; revision=22309
Matthias Clasen [Wed, 11 Feb 2009 07:25:57 +0000 (07:25 +0000)]
Fix rendering of icons in some cases
svn path=/trunk/; revision=22308
Matthias Clasen [Wed, 11 Feb 2009 06:52:43 +0000 (06:52 +0000)]
Fix emission of file-set signal
svn path=/trunk/; revision=22307
Matthias Clasen [Wed, 11 Feb 2009 06:29:24 +0000 (06:29 +0000)]
Remove GTK_SIGNAL_ACTION from the file-set signal, that wasn't supposed to
* gtk/gtkfilechooserbutton.c: Remove GTK_SIGNAL_ACTION
from the file-set signal, that wasn't supposed to have it.
svn path=/trunk/; revision=22306
Jorge Gonzalez Gonzalez [Tue, 10 Feb 2009 20:06:57 +0000 (20:06 +0000)]
Updated Spanish translation
svn path=/trunk/; revision=22305
Takao Fujiwara [Tue, 10 Feb 2009 17:32:47 +0000 (17:32 +0000)]
Bug 571015 libprintbackend-cups has unlocalized strings
2009-02-10 Takao Fujiwara <takao.fujiwara@sun.com>
Bug 571015 libprintbackend-cups has unlocalized strings
* modules/printbackends/cups/gtkprintbackendcups.c:
Added a translator comment with the request of translators.
svn path=/trunk/; revision=22304
Alexander Shopov [Tue, 10 Feb 2009 17:30:52 +0000 (17:30 +0000)]
Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
2009-02-10 Alexander Shopov <ash@contact.bg>
* bg.po: Updated Bulgarian translation by
Alexander Shopov <ash@contact.bg>
svn path=/trunk/; revision=22303
Gil Forcada Codinachs [Tue, 10 Feb 2009 15:57:21 +0000 (15:57 +0000)]
Updated Catalan translation by David Planella
svn path=/trunk/; revision=22302
Claude Paroz [Tue, 10 Feb 2009 08:37:59 +0000 (08:37 +0000)]
Updated Crimean Tatar translation on behalf of Reşat SABIQ.
2009-02-10 Claude Paroz <claude@2xlibre.net>
* crh.po: Updated Crimean Tatar translation on behalf of Reşat SABIQ.
svn path=/trunk/; revision=22301
Kjartan Maraas [Tue, 10 Feb 2009 06:24:54 +0000 (06:24 +0000)]
Updated Norwegian bokmål translation.
2009-02-10 Kjartan Maraas <kmaraas@gnome.org>
* nb.po: Updated Norwegian bokmål translation.
svn path=/trunk/; revision=22300
Gil Forcada Codinachs [Tue, 10 Feb 2009 00:02:43 +0000 (00:02 +0000)]
Updated Catalan translation by David Planella
svn path=/trunk/; revision=22299
Richard Hughes [Mon, 9 Feb 2009 14:53:29 +0000 (14:53 +0000)]
Fix the enumerated name in the migration document.
2009-02-09 Richard Hughes <richard@hughsie.com>
* docs/reference/gtk/migrating-GtkEntry-icons.sgml:
Fix the enumerated name in the migration document.
svn path=/trunk/; revision=22298
Cody Russell [Mon, 9 Feb 2009 13:16:14 +0000 (13:16 +0000)]
Add potentially missing #defines for XBUTTON1, etc. Fixes the build that
2009-02-09 Cody Russell <bratsche@gnome.org>
* gdk/win32/gdkwin32.h: Add potentially missing #defines for
XBUTTON1, etc. Fixes the build that was broken in r21746.
svn path=/trunk/; revision=22297
Clytie Siddall [Mon, 9 Feb 2009 13:14:25 +0000 (13:14 +0000)]
Updated Vietnamese translation
svn path=/trunk/; revision=22296
Clytie Siddall [Mon, 9 Feb 2009 08:21:24 +0000 (08:21 +0000)]
Updated Vietnamese translation
svn path=/trunk/; revision=22295
Takao Fujiwara [Mon, 9 Feb 2009 05:39:37 +0000 (05:39 +0000)]
Bug 571015 libprintbackend-cups has unlocalized strings
2009-02-09 Takao Fujiwara <takao.fujiwara@sun.com>
Bug 571015 libprintbackend-cups has unlocalized strings
Reviewed by Matthias Clasen <mclasen@redhat.com>
* modules/printbackends/cups/gtkprintbackendcups.c (handle_option):
Add translatable strings from ppd files.
svn path=/trunk/; revision=22294
Takeshi AIHANA [Sat, 7 Feb 2009 11:57:23 +0000 (11:57 +0000)]
Updated Japanese translation.
2009-02-07 Takeshi AIHANA <takeshi.aihana@gmail.com>
* ja.po: Updated Japanese translation.
svn path=/trunk/; revision=22293
Takeshi AIHANA [Sat, 7 Feb 2009 11:56:09 +0000 (11:56 +0000)]
Updated Japanese translation.
2009-02-07 Takeshi AIHANA <takeshi.aihana@gmail.com>
* ja.po: Updated Japanese translation.
svn path=/trunk/; revision=22292
Matthias Clasen [Sat, 7 Feb 2009 03:17:43 +0000 (03:17 +0000)]
Make the new GtkAction code work with PolicyKit-gnome's use of actions.
* gtk/gtkaction.c (gtk_action_[un]block_activate_from): Block
the action.
* gtk/gtkcheckmenuitem.c (gtk_check_menu_item_activatable_reset):
* gtk/gtktogglebutton. (gtk_toggle_button_activatable_reset):
* gtk/gtktoggletoolbutton.c (gtk_toggle_tool_button_activatable_reset):
Work with non-toggle actions without complaining.
* gtk/gtktoolbutton.c (gtk_tool_button_activatable_update): Updating
the icon-name should not remove the label.
* gtk/gtkimagemenuitem.c (activatable_update_icon_name): Also
update the image when the icon name is set to NULL.
svn path=/trunk/; revision=22290
Matthew Barnes [Fri, 6 Feb 2009 15:49:26 +0000 (15:49 +0000)]
Accept a NULL string.
2009-02-06 Matthew Barnes <mbarnes@redhat.com>
* gtk/gtklabel.c (gtk_label_set_label): Accept a NULL string.
svn path=/trunk/; revision=22289
Gabor Kelemen [Fri, 6 Feb 2009 13:14:44 +0000 (13:14 +0000)]
Translation updated.
2009-02-06 Gabor Kelemen <kelemeng@gnome.hu>
* hu.po: Translation updated.
svn path=/trunk/; revision=22288
Stefan Kost [Fri, 6 Feb 2009 08:16:22 +0000 (08:16 +0000)]
Add online urls for library.gnome.org. This allows other docs to do
* gdk-pixbuf/gdk-pixbuf.sgml:
* gdk/gdk-docs.sgml:
* gtk/gtk-docs.sgml:
* libgail-util/gail-libgail-util-docs.sgml:
Add online urls for library.gnome.org. This allows other docs to do
gtkdoc-rebase --online --html-dir=html
before publishing docs and have working xrefs.
Whitespece cleanup for gdk/gdk-docs.sgml.
svn path=/trunk/; revision=22287
Gabor Kelemen [Thu, 5 Feb 2009 18:59:31 +0000 (18:59 +0000)]
Translation updated.
2009-02-05 Gabor Kelemen <kelemeng@gnome.hu>
* hu.po: Translation updated.
svn path=/trunk/; revision=22286
Kenneth Nielsen [Thu, 5 Feb 2009 00:50:36 +0000 (00:50 +0000)]
Updated Danish translation
svn path=/trunk/; revision=22285
Tomasz Dominikowski [Wed, 4 Feb 2009 16:48:02 +0000 (16:48 +0000)]
Updated Polish translation
2009-02-04 Tomasz Dominikowski <tdominikowski@aviary.pl>
* pl.po: Updated Polish translation
svn path=/trunk/; revision=22284
Sweta Kothari [Wed, 4 Feb 2009 16:47:46 +0000 (16:47 +0000)]
Committed Gujarati Translation.
2009-02-04 Sweta Kothari <swkothar@redhat.com>
* gu.po: Committed Gujarati Translation.
svn path=/trunk/; revision=22283
Sweta Kothari [Wed, 4 Feb 2009 09:27:30 +0000 (09:27 +0000)]
Updated translation in gujarati
svn path=/trunk/; revision=22282
Sweta Kothari [Wed, 4 Feb 2009 08:29:44 +0000 (08:29 +0000)]
Committed Translation by Sweta Kothari
svn path=/trunk/; revision=22281
Tor Lillqvist [Wed, 4 Feb 2009 08:20:11 +0000 (08:20 +0000)]
Bug 570406 - gailutil.def is in srcdir, but used from builddir
2009-02-04 Tor Lillqvist <tml@novell.com>
Bug 570406 - gailutil.def is in srcdir, but used from builddir
* libgail-util/Makefile.am: Use gailutil.def from srcdir. Drop
useless rules to install/uninstall import libraries, libtool knows
to install / uninstall them itself when installing / uninstalling
a .la file. Add rules to install / uninstall the def file like for
consistency, like with the other libraries in GTK+.
svn path=/trunk/; revision=22280
Sweta Kothari [Wed, 4 Feb 2009 06:10:38 +0000 (06:10 +0000)]
Committed Translation by Sweta Kothari
svn path=/trunk/; revision=22278
Matthias Clasen [Wed, 4 Feb 2009 01:16:35 +0000 (01:16 +0000)]
Set the root coordinates in the event correctly. Patch by Kristian
* gtk/gtktooltip.c (gtk_tooltip_trigger_query): Set the root
coordinates in the event correctly. Patch by Kristian Rietveld.
svn path=/trunk/; revision=22277
Sweta Kothari [Tue, 3 Feb 2009 12:30:15 +0000 (12:30 +0000)]
Committed Translation by Sweta Kothari
svn path=/trunk/; revision=22276
Matthias Clasen [Tue, 3 Feb 2009 01:58:28 +0000 (01:58 +0000)]
bump version
svn path=/trunk/; revision=22275
Matthias Clasen [Tue, 3 Feb 2009 01:55:28 +0000 (01:55 +0000)]
2.15.3
svn path=/trunk/; revision=22273
Daniel Nylander [Mon, 2 Feb 2009 21:12:42 +0000 (21:12 +0000)]
sv.po: Updated Swedish translation
svn path=/trunk/; revision=22272
Alexander Shopov [Sun, 1 Feb 2009 12:23:16 +0000 (12:23 +0000)]
Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
2009-02-01 Alexander Shopov <ash@contact.bg>
* bg.po: Updated Bulgarian translation by
Alexander Shopov <ash@contact.bg>
svn path=/trunk/; revision=22271
Behdad Esfahbod [Sun, 1 Feb 2009 06:04:12 +0000 (06:04 +0000)]
Change the "gtk-fontconfig-timestamp" property from int to uint. Doesn't
2009-02-01 Behdad Esfahbod <behdad@gnome.org>
* gtk/gtksettings.c (gtk_settings_class_init): Change the
"gtk-fontconfig-timestamp" property from int to uint. Doesn't affect
anything in practice, except that it overflows years later...
svn path=/trunk/; revision=22270
Behdad Esfahbod [Sun, 1 Feb 2009 05:26:54 +0000 (05:26 +0000)]
Bug 569635 – fontchooser should reload list of families/styles on theme
2009-02-01 Behdad Esfahbod <behdad@gnome.org>
Bug 569635 – fontchooser should reload list of families/styles on
theme change
* gtk/gtkfontsel.c (gtk_font_selection_class_init),
(gtk_font_selection_init), (gtk_font_selection_finalize),
(gtk_font_selection_ref_family), (gtk_font_selection_ref_face),
(gtk_font_selection_reload_fonts),
(gtk_font_selection_screen_changed),
(gtk_font_selection_style_set),
(gtk_font_selection_scroll_to_selection),
(gtk_font_selection_scroll_on_map),
(gtk_font_selection_select_font),
(gtk_font_selection_show_available_fonts),
(gtk_font_selection_show_available_styles),
(gtk_font_selection_select_style),
(gtk_font_selection_select_font_desc),
(gtk_font_selection_set_font_name):
Reload Pango families and faces in style_set. Installing/uninstalling
fonts shows up immediately in an open font chooser now.
svn path=/trunk/; revision=22269